﻿2026-07-03T10:35:46.6862781Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-03T10:35:46.6863352Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-03T10:35:46.6864528Z [36;1m$PIN = "0c95435"[0m
2026-07-03T10:35:46.6864896Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-03T10:35:46.6865297Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-03T10:35:46.6865872Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-03T10:35:46.6866461Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-03T10:35:46.6866924Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-03T10:35:46.6867344Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-03T10:35:46.6867678Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-03T10:35:46.6868107Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-03T10:35:46.6868534Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-03T10:35:46.6868937Z [36;1m}[0m
2026-07-03T10:35:46.6869183Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-03T10:35:46.6869538Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-03T10:35:46.6967695Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-03T10:35:46.6968126Z ##[endgroup]
2026-07-03T10:35:49.9008943Z    Compiling proc-macro2 v1.0.106
2026-07-03T10:35:49.9125361Z    Compiling quote v1.0.45
2026-07-03T10:35:49.9417088Z    Compiling unicode-ident v1.0.24
2026-07-03T10:35:49.9787175Z    Compiling cfg-if v1.0.4
2026-07-03T10:35:50.0430839Z    Compiling serde_core v1.0.228
2026-07-03T10:35:50.0982537Z    Compiling serde v1.0.228
2026-07-03T10:35:50.1619923Z    Compiling windows-link v0.2.1
2026-07-03T10:35:50.2025031Z    Compiling portable-atomic v1.13.1
2026-07-03T10:35:50.2452603Z    Compiling getrandom v0.3.4
2026-07-03T10:35:50.2491305Z    Compiling typenum v1.20.1
2026-07-03T10:35:50.3011980Z    Compiling version_check v0.9.5
2026-07-03T10:35:50.3280313Z    Compiling pin-project-lite v0.2.17
2026-07-03T10:35:50.3697466Z    Compiling memchr v2.8.1
2026-07-03T10:35:50.3700161Z    Compiling critical-section v1.2.0
2026-07-03T10:35:50.4119889Z    Compiling find-msvc-tools v0.1.9
2026-07-03T10:35:50.4538552Z    Compiling shlex v2.0.1
2026-07-03T10:35:50.4930005Z    Compiling windows-sys v0.61.2
2026-07-03T10:35:50.5368469Z    Compiling subtle v2.6.1
2026-07-03T10:35:50.5567264Z    Compiling equivalent v1.0.2
2026-07-03T10:35:50.5984386Z    Compiling smallvec v1.15.1
2026-07-03T10:35:50.6223527Z    Compiling futures-core v0.3.32
2026-07-03T10:35:50.6777883Z    Compiling bytes v1.11.1
2026-07-03T10:35:50.7630053Z    Compiling itoa v1.0.18
2026-07-03T10:35:50.9422603Z    Compiling generic-array v0.14.7
2026-07-03T10:35:51.0603120Z    Compiling semver v1.0.28
2026-07-03T10:35:51.2174668Z    Compiling stable_deref_trait v1.2.1
2026-07-03T10:35:51.3383944Z    Compiling log v0.4.32
2026-07-03T10:35:51.3500545Z    Compiling futures-io v0.3.32
2026-07-03T10:35:52.2541175Z    Compiling rustc_version v0.4.1
2026-07-03T10:35:52.2578927Z    Compiling slab v0.4.12
2026-07-03T10:35:52.3132597Z    Compiling futures-sink v0.3.32
2026-07-03T10:35:52.5289035Z    Compiling rustversion v1.0.22
2026-07-03T10:35:52.5763586Z    Compiling futures-task v0.3.32
2026-07-03T10:35:52.6589293Z    Compiling hashbrown v0.17.1
2026-07-03T10:35:52.6761639Z    Compiling getrandom v0.2.17
2026-07-03T10:35:52.6909542Z    Compiling cpufeatures v0.2.17
2026-07-03T10:35:52.7244744Z    Compiling fnv v1.0.7
2026-07-03T10:35:52.7494622Z    Compiling libc v0.2.186
2026-07-03T10:35:52.8724176Z    Compiling futures-channel v0.3.32
2026-07-03T10:35:52.9224381Z    Compiling cfg_aliases v0.2.1
2026-07-03T10:35:52.9584157Z    Compiling rand_core v0.10.1
2026-07-03T10:35:53.8634696Z    Compiling jobserver v0.1.34
2026-07-03T10:35:53.9071365Z    Compiling strsim v0.11.1
2026-07-03T10:35:53.9479389Z    Compiling litemap v0.8.2
2026-07-03T10:35:53.9813960Z    Compiling writeable v0.6.3
2026-07-03T10:35:53.9992003Z    Compiling autocfg v1.5.1
2026-07-03T10:35:54.2602080Z    Compiling icu_normalizer_data v2.2.0
2026-07-03T10:35:54.2814326Z    Compiling utf8_iter v1.0.4
2026-07-03T10:35:54.2952143Z    Compiling icu_properties_data v2.2.0
2026-07-03T10:35:54.3155095Z    Compiling getrandom v0.4.2
2026-07-03T10:35:54.6676350Z    Compiling cc v1.2.63
2026-07-03T10:35:54.7328470Z    Compiling indexmap v2.14.0
2026-07-03T10:35:54.9126752Z    Compiling fs_extra v1.3.0
2026-07-03T10:35:54.9226443Z    Compiling ident_case v1.0.1
2026-07-03T10:35:56.6700158Z    Compiling dunce v1.0.5
2026-07-03T10:35:56.9876087Z    Compiling crypto-common v0.1.7
2026-07-03T10:35:57.2511356Z    Compiling cmake v0.1.58
2026-07-03T10:35:57.3019342Z    Compiling percent-encoding v2.3.2
2026-07-03T10:35:57.5828224Z    Compiling syn v2.0.117
2026-07-03T10:35:57.6154086Z    Compiling http v1.4.1
2026-07-03T10:35:57.6482387Z    Compiling thiserror v2.0.18
2026-07-03T10:35:57.6800453Z    Compiling unicode-segmentation v1.13.3
2026-07-03T10:35:57.7273929Z    Compiling cpufeatures v0.3.0
2026-07-03T10:35:57.8242585Z    Compiling aws-lc-rs v1.17.0
2026-07-03T10:35:57.8990530Z    Compiling scopeguard v1.2.0
2026-07-03T10:35:57.9590759Z    Compiling form_urlencoded v1.2.2
2026-07-03T10:35:58.0307342Z    Compiling chacha20 v0.10.0
2026-07-03T10:35:58.1668779Z    Compiling lock_api v0.4.14
2026-07-03T10:35:58.2882210Z    Compiling block-buffer v0.10.4
2026-07-03T10:35:58.3096279Z    Compiling winapi v0.3.9
2026-07-03T10:35:58.3535364Z    Compiling bitflags v2.12.1
2026-07-03T10:35:58.5109206Z    Compiling untrusted v0.9.0
2026-07-03T10:35:58.6040459Z    Compiling aws-lc-sys v0.41.0
2026-07-03T10:35:58.8752543Z    Compiling ring v0.17.14
2026-07-03T10:35:59.1753324Z    Compiling digest v0.10.7
2026-07-03T10:35:59.6099834Z    Compiling rand v0.10.1
2026-07-03T10:35:59.6668573Z    Compiling num-traits v0.2.19
2026-07-03T10:35:59.7335985Z    Compiling windows-strings v0.5.1
2026-07-03T10:35:59.7886789Z    Compiling windows-result v0.4.1
2026-07-03T10:35:59.8499914Z    Compiling heck v0.5.0
2026-07-03T10:36:00.1838518Z    Compiling rustls v0.23.40
2026-07-03T10:36:00.2770872Z    Compiling convert_case v0.10.0
2026-07-03T10:36:00.3427250Z    Compiling const-oid v0.10.2
2026-07-03T10:36:00.4013688Z    Compiling anyhow v1.0.102
2026-07-03T10:36:00.6178657Z    Compiling unicode-xid v0.2.6
2026-07-03T10:36:00.8917025Z    Compiling socket2 v0.6.4
2026-07-03T10:36:00.9552934Z    Compiling mio v1.2.1
2026-07-03T10:36:01.0395651Z    Compiling atomic-waker v1.1.2
2026-07-03T10:36:01.1470816Z    Compiling zerocopy v0.8.50
2026-07-03T10:36:01.2713009Z    Compiling httparse v1.10.1
2026-07-03T10:36:01.3078502Z    Compiling parking_lot_core v0.9.12
2026-07-03T10:36:01.4389369Z    Compiling http-body v1.0.1
2026-07-03T10:36:01.7639170Z    Compiling curve25519-dalek v4.1.3
2026-07-03T10:36:02.1721619Z    Compiling hybrid-array v0.4.12
2026-07-03T10:36:02.1723438Z    Compiling ahash v0.8.12
2026-07-03T10:36:02.2880055Z    Compiling fastrand v2.4.1
2026-07-03T10:36:02.3818675Z    Compiling synstructure v0.13.2
2026-07-03T10:36:02.4328160Z    Compiling darling_core v0.20.11
2026-07-03T10:36:03.1419066Z    Compiling powerfmt v0.2.0
2026-07-03T10:36:03.4910388Z    Compiling base64ct v1.8.3
2026-07-03T10:36:03.5570412Z    Compiling either v1.16.0
2026-07-03T10:36:03.9721302Z    Compiling deranged v0.5.8
2026-07-03T10:36:04.4564254Z    Compiling pem-rfc7468 v1.0.0
2026-07-03T10:36:04.5102452Z    Compiling rand_core v0.6.4
2026-07-03T10:36:04.6945817Z    Compiling time-core v0.1.8
2026-07-03T10:36:04.7587739Z    Compiling num-conv v0.2.2
2026-07-03T10:36:05.0379672Z    Compiling vcpkg v0.2.15
2026-07-03T10:36:05.3443256Z    Compiling tinyvec_macros v0.1.1
2026-07-03T10:36:05.4158946Z    Compiling zmij v1.0.21
2026-07-03T10:36:05.4742835Z    Compiling base64 v0.22.1
2026-07-03T10:36:05.5594470Z    Compiling try-lock v0.2.5
2026-07-03T10:36:05.6172065Z    Compiling data-encoding v2.11.0
2026-07-03T10:36:05.6775712Z    Compiling tower-service v0.3.3
2026-07-03T10:36:05.7469273Z    Compiling pkg-config v0.3.33
2026-07-03T10:36:05.7470056Z    Compiling parking_lot v0.12.5
2026-07-03T10:36:05.7981296Z    Compiling crypto-common v0.2.2
2026-07-03T10:36:06.2346412Z    Compiling want v0.3.1
2026-07-03T10:36:06.2403262Z    Compiling tinyvec v1.11.0
2026-07-03T10:36:06.3190881Z    Compiling block-buffer v0.12.0
2026-07-03T10:36:06.3191453Z    Compiling sha2 v0.10.9
2026-07-03T10:36:06.4022121Z    Compiling vergen-lib v9.1.0
2026-07-03T10:36:06.6516629Z    Compiling serde_derive v1.0.228
2026-07-03T10:36:07.1719694Z    Compiling zeroize_derive v1.4.3
2026-07-03T10:36:07.3558653Z    Compiling zerofrom-derive v0.1.7
2026-07-03T10:36:07.4259972Z    Compiling yoke-derive v0.8.2
2026-07-03T10:36:07.5172942Z    Compiling tokio-macros v2.7.0
2026-07-03T10:36:07.5910316Z    Compiling futures-macro v0.3.32
2026-07-03T10:36:07.6507310Z    Compiling zerovec-derive v0.11.3
2026-07-03T10:36:07.7853686Z    Compiling displaydoc v0.2.6
2026-07-03T10:36:07.8009465Z    Compiling tracing-attributes v0.1.31
2026-07-03T10:36:07.8804530Z    Compiling thiserror-impl v2.0.18
2026-07-03T10:36:08.3049393Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-03T10:36:08.9558751Z    Compiling darling_macro v0.20.11
2026-07-03T10:36:09.4681559Z    Compiling derive_more-impl v2.1.1
2026-07-03T10:36:10.2890370Z    Compiling futures-util v0.3.32
2026-07-03T10:36:10.4819135Z    Compiling tokio v1.52.3
2026-07-03T10:36:10.5108717Z    Compiling windows-implement v0.60.2
2026-07-03T10:36:10.5442474Z    Compiling zeroize v1.8.2
2026-07-03T10:36:10.9788950Z    Compiling darling v0.20.11
2026-07-03T10:36:11.4587029Z    Compiling rustls-pki-types v1.14.1
2026-07-03T10:36:11.4903013Z    Compiling derive_builder_core v0.20.2
2026-07-03T10:36:11.5276142Z    Compiling spez v0.1.2
2026-07-03T10:36:11.6928016Z    Compiling windows-interface v0.59.3
2026-07-03T10:36:11.7492316Z    Compiling n0-error-macros v0.1.3
2026-07-03T10:36:11.9040099Z    Compiling der v0.8.0-rc.10
2026-07-03T10:36:12.0459543Z    Compiling zerofrom v0.1.8
2026-07-03T10:36:12.8269508Z    Compiling yoke v0.8.3
2026-07-03T10:36:13.0993439Z    Compiling libsqlite3-sys v0.30.1
2026-07-03T10:36:13.3132979Z    Compiling pin-project-internal v1.1.13
2026-07-03T10:36:13.4512863Z    Compiling zerovec v0.11.6
2026-07-03T10:36:13.5873731Z    Compiling zerotrie v0.2.4
2026-07-03T10:36:13.7916989Z    Compiling inout v0.1.4
2026-07-03T10:36:14.0600896Z    Compiling derive_builder_macro v0.20.2
2026-07-03T10:36:14.4465447Z    Compiling n0-error v0.1.3
2026-07-03T10:36:14.5083547Z    Compiling tinystr v0.8.3
2026-07-03T10:36:14.7107130Z    Compiling potential_utf v0.1.5
2026-07-03T10:36:14.7416065Z    Compiling ipnet v2.12.0
2026-07-03T10:36:14.8838020Z    Compiling icu_locale_core v2.2.0
2026-07-03T10:36:14.9012849Z    Compiling windows-core v0.62.2
2026-07-03T10:36:14.9539383Z    Compiling n0-future v0.3.2
2026-07-03T10:36:15.0276893Z    Compiling icu_collections v2.2.0
2026-07-03T10:36:15.0659481Z    Compiling crossbeam-utils v0.8.21
2026-07-03T10:36:15.2637156Z    Compiling cordyceps v0.3.4
2026-07-03T10:36:15.4274894Z    Compiling once_cell v1.21.4
2026-07-03T10:36:15.6494012Z    Compiling signature v2.2.0
2026-07-03T10:36:15.6545040Z    Compiling spin v0.10.0
2026-07-03T10:36:15.9488372Z    Compiling tracing-core v0.1.36
2026-07-03T10:36:16.0531895Z    Compiling tokio-util v0.7.18
2026-07-03T10:36:16.1058574Z    Compiling icu_provider v2.2.0
2026-07-03T10:36:16.1319766Z    Compiling derive_more v2.1.1
2026-07-03T10:36:16.1565254Z    Compiling parking v2.2.1
2026-07-03T10:36:16.3548295Z    Compiling derive_builder v0.20.2
2026-07-03T10:36:16.3900541Z    Compiling httpdate v1.0.3
2026-07-03T10:36:16.4449550Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-03T10:36:16.4697436Z    Compiling winnow v1.0.3
2026-07-03T10:36:16.5021452Z    Compiling serde_json v1.0.150
2026-07-03T10:36:16.5454023Z    Compiling diatomic-waker v0.2.3
2026-07-03T10:36:16.6369278Z    Compiling icu_properties v2.2.0
2026-07-03T10:36:16.6948970Z    Compiling icu_normalizer v2.2.0
2026-07-03T10:36:17.1459567Z    Compiling tracing v0.1.44
2026-07-03T10:36:17.2284910Z    Compiling futures-buffered v0.2.13
2026-07-03T10:36:17.3552876Z    Compiling hashbrown v0.14.5
2026-07-03T10:36:17.3838974Z    Compiling pin-project v1.1.13
2026-07-03T10:36:17.9228012Z    Compiling h2 v0.4.14
2026-07-03T10:36:18.2611754Z    Compiling futures-lite v2.6.1
2026-07-03T10:36:18.2887226Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-03T10:36:18.3627093Z    Compiling idna_adapter v1.2.2
2026-07-03T10:36:18.6774835Z    Compiling ed25519 v2.2.3
2026-07-03T10:36:18.7317983Z    Compiling cipher v0.4.4
2026-07-03T10:36:18.8569218Z    Compiling spki v0.8.0-rc.4
2026-07-03T10:36:19.2479668Z    Compiling idna v1.1.0
2026-07-03T10:36:19.6631615Z    Compiling digest v0.11.3
2026-07-03T10:36:19.7263570Z    Compiling vergen v9.1.0
2026-07-03T10:36:19.7501435Z    Compiling vergen-lib v0.1.6
2026-07-03T10:36:19.8321761Z    Compiling universal-hash v0.5.1
2026-07-03T10:36:19.8775161Z    Compiling url v2.5.8
2026-07-03T10:36:19.9066125Z    Compiling noq-udp v0.10.0
2026-07-03T10:36:19.9464758Z    Compiling heapless v0.7.17
2026-07-03T10:36:19.9736404Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-03T10:36:20.0780191Z    Compiling sync_wrapper v1.0.2
2026-07-03T10:36:20.2292799Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-03T10:36:20.3352836Z    Compiling allocator-api2 v0.2.21
2026-07-03T10:36:20.3931167Z    Compiling byteorder v1.5.0
2026-07-03T10:36:20.7152753Z    Compiling opaque-debug v0.3.1
2026-07-03T10:36:20.9458882Z    Compiling hash32 v0.2.1
2026-07-03T10:36:21.0748474Z    Compiling polyval v0.6.2
2026-07-03T10:36:21.1555153Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-03T10:36:21.6843460Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-03T10:36:21.9422407Z    Compiling ed25519-dalek v2.2.0
2026-07-03T10:36:22.0346436Z    Compiling hashlink v0.9.1
2026-07-03T10:36:22.0941089Z    Compiling prefix-trie v0.8.4
2026-07-03T10:36:22.3675563Z    Compiling futures-executor v0.3.32
2026-07-03T10:36:22.4397124Z    Compiling spin v0.9.8
2026-07-03T10:36:22.4804326Z    Compiling vergen-gitcl v1.0.8
2026-07-03T10:36:22.5020649Z    Compiling windows-threading v0.2.1
2026-07-03T10:36:22.6677154Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-03T10:36:22.9357289Z    Compiling tower-layer v0.3.3
2026-07-03T10:36:23.1101945Z    Compiling fallible-iterator v0.3.0
2026-07-03T10:36:23.2587001Z    Compiling signature v3.0.0
2026-07-03T10:36:23.3152354Z    Compiling hyper v1.10.1
2026-07-03T10:36:23.4031488Z    Compiling ryu v1.0.23
2026-07-03T10:36:23.4251186Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-03T10:36:23.4806241Z    Compiling futures v0.3.32
2026-07-03T10:36:23.5803820Z    Compiling windows-future v0.3.2
2026-07-03T10:36:23.9887778Z    Compiling rusqlite v0.32.1
2026-07-03T10:36:24.0597649Z    Compiling ed25519 v3.0.0-rc.4
2026-07-03T10:36:24.1676048Z    Compiling spt-proto v0.22.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-07-03T10:36:24.1698710Z    Compiling proc-macro-crate v3.5.0
2026-07-03T10:36:24.5811202Z    Compiling windows-targets v0.52.6
2026-07-03T10:36:24.6370558Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-03T10:36:24.9779512Z    Compiling ghash v0.5.1
2026-07-03T10:36:25.0938153Z    Compiling sha2 v0.11.0-rc.5
2026-07-03T10:36:25.1633066Z    Compiling ctr v0.9.2
2026-07-03T10:36:25.2723617Z    Compiling aes v0.8.4
2026-07-03T10:36:25.4600788Z    Compiling hyper-util v0.1.20
2026-07-03T10:36:25.6895929Z    Compiling windows-numerics v0.3.1
2026-07-03T10:36:25.9348235Z    Compiling windows-collections v0.3.2
2026-07-03T10:36:26.0080899Z    Compiling cobs v0.3.0
2026-07-03T10:36:26.0390304Z    Compiling postcard-derive v0.2.2
2026-07-03T10:36:26.0656380Z    Compiling time v0.3.47
2026-07-03T10:36:26.3454838Z    Compiling fs2 v0.4.3
2026-07-03T10:36:26.9396721Z    Compiling http-body-util v0.1.3
2026-07-03T10:36:26.9849259Z    Compiling aead v0.5.2
2026-07-03T10:36:27.3047525Z    Compiling arrayvec v0.7.6
2026-07-03T10:36:27.3753203Z    Compiling utf8parse v0.2.2
2026-07-03T10:36:27.3953098Z    Compiling widestring v1.2.1
2026-07-03T10:36:27.4867058Z    Compiling ipconfig v0.3.4
2026-07-03T10:36:27.5235319Z    Compiling data-encoding-macro v0.1.20
2026-07-03T10:36:27.5449809Z    Compiling windows v0.62.2
2026-07-03T10:36:27.6381350Z    Compiling aes-gcm v0.10.3
2026-07-03T10:36:27.7367477Z    Compiling spt-store v0.22.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-07-03T10:36:27.9833815Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-03T10:36:28.0814549Z    Compiling num_enum_derive v0.7.6
2026-07-03T10:36:28.1176284Z    Compiling windows-sys v0.59.0
2026-07-03T10:36:28.1562084Z    Compiling tower v0.5.3
2026-07-03T10:36:28.1969159Z    Compiling crossbeam-channel v0.5.15
2026-07-03T10:36:28.1969695Z    Compiling postcard v1.1.3
2026-07-03T10:36:28.3047846Z    Compiling crossbeam-epoch v0.9.18
2026-07-03T10:36:29.6960631Z    Compiling chrono v0.4.45
2026-07-03T10:36:29.8214912Z    Compiling iroh-metrics-derive v0.4.1
2026-07-03T10:36:29.8510063Z    Compiling strum_macros v0.28.0
2026-07-03T10:36:29.8854090Z    Compiling enum-assoc v1.3.0
2026-07-03T10:36:29.9944928Z    Compiling async-trait v0.1.89
2026-07-03T10:36:30.2920898Z    Compiling windows-registry v0.6.1
2026-07-03T10:36:30.3593954Z    Compiling uuid v1.23.2
2026-07-03T10:36:30.3628083Z    Compiling blake3 v1.8.5
2026-07-03T10:36:31.2962919Z    Compiling memoffset v0.6.5
2026-07-03T10:36:31.3903914Z    Compiling noq v0.18.0
2026-07-03T10:36:31.7026709Z    Compiling netwatch v0.16.0
2026-07-03T10:36:31.8525704Z    Compiling acto v0.8.2
2026-07-03T10:36:31.9170856Z    Compiling foldhash v0.2.0
2026-07-03T10:36:32.0744645Z    Compiling xml-rs v0.8.28
2026-07-03T10:36:32.1211724Z    Compiling tagptr v0.2.0
2026-07-03T10:36:32.2425031Z    Compiling lru-slab v0.1.2
2026-07-03T10:36:32.4771979Z    Compiling sorted-index-buffer v0.2.1
2026-07-03T10:36:32.5717126Z    Compiling ref-cast v1.0.25
2026-07-03T10:36:32.6060413Z    Compiling identity-hash v0.1.0
2026-07-03T10:36:32.8376418Z    Compiling thiserror v1.0.69
2026-07-03T10:36:32.9098226Z    Compiling mac-addr v0.3.0
2026-07-03T10:36:33.0016632Z    Compiling rustc-hash v2.1.2
2026-07-03T10:36:33.1199091Z    Compiling netdev v0.42.0
2026-07-03T10:36:33.1685181Z    Compiling xmltree v0.10.3
2026-07-03T10:36:33.3531860Z    Compiling moka v0.12.15
2026-07-03T10:36:33.5318506Z    Compiling hashbrown v0.16.1
2026-07-03T10:36:33.5386184Z    Compiling iroh-metrics v0.38.3
2026-07-03T10:36:33.8523449Z    Compiling num_enum v0.7.6
2026-07-03T10:36:34.1257737Z    Compiling iroh-relay v0.98.0
2026-07-03T10:36:34.4160811Z    Compiling spt-msg v0.22.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-07-03T10:36:34.7086304Z    Compiling strum v0.28.0
2026-07-03T10:36:34.7486261Z    Compiling tower-http v0.6.11
2026-07-03T10:36:34.8412104Z    Compiling iroh-base v0.98.0
2026-07-03T10:36:34.9548746Z    Compiling n0-watcher v0.6.1
2026-07-03T10:36:34.9973348Z    Compiling attohttpc v0.30.1
2026-07-03T10:36:35.0310574Z    Compiling tokio-stream v0.1.18
2026-07-03T10:36:35.0450587Z    Compiling toml_datetime v0.6.11
2026-07-03T10:36:35.0904172Z    Compiling serde_spanned v0.6.9
2026-07-03T10:36:35.3609168Z    Compiling thiserror-impl v1.0.69
2026-07-03T10:36:35.3943847Z    Compiling ref-cast-impl v1.0.25
2026-07-03T10:36:35.5638023Z    Compiling serde_derive_internals v0.29.1
2026-07-03T10:36:35.6924624Z    Compiling simple-dns v0.9.3
2026-07-03T10:36:35.7488794Z    Compiling serial-core v0.4.0
2026-07-03T10:36:35.8456114Z    Compiling aho-corasick v1.1.4
2026-07-03T10:36:35.9519386Z    Compiling smol_str v0.1.24
2026-07-03T10:36:36.2222507Z    Compiling arrayref v0.3.9
2026-07-03T10:36:36.3429861Z    Compiling sha1_smol v1.0.1
2026-07-03T10:36:36.4353409Z    Compiling resolv-conf v0.7.6
2026-07-03T10:36:36.5464267Z    Compiling winreg v0.10.1
2026-07-03T10:36:36.6294636Z    Compiling toml_write v0.1.2
2026-07-03T10:36:36.6579689Z    Compiling winnow v0.7.15
2026-07-03T10:36:36.7196411Z    Compiling constant_time_eq v0.4.2
2026-07-03T10:36:36.8883436Z    Compiling regex-syntax v0.8.10
2026-07-03T10:36:37.0094796Z    Compiling simdutf8 v0.1.5
2026-07-03T10:36:37.1893089Z    Compiling iroh-dns v0.98.0
2026-07-03T10:36:37.5638156Z    Compiling schemars_derive v1.2.1
2026-07-03T10:36:37.6522564Z    Compiling serial-windows v0.4.0
2026-07-03T10:36:38.1617465Z    Compiling igd-next v0.17.1
2026-07-03T10:36:38.2633797Z    Compiling lru v0.16.4
2026-07-03T10:36:38.4539027Z    Compiling webpki-roots v1.0.7
2026-07-03T10:36:38.4937745Z    Compiling darling_core v0.23.0
2026-07-03T10:36:38.4939602Z    Compiling seize v0.5.1
2026-07-03T10:36:38.5188192Z    Compiling hmac v0.12.1
2026-07-03T10:36:38.5698878Z    Compiling serde_bytes v0.11.19
2026-07-03T10:36:38.6744755Z    Compiling iroh v0.98.2
2026-07-03T10:36:38.6965994Z    Compiling dyn-clone v1.0.20
2026-07-03T10:36:38.7229518Z    Compiling pin-utils v0.1.0
2026-07-03T10:36:38.7965797Z    Compiling toml_edit v0.22.27
2026-07-03T10:36:38.8359042Z    Compiling cmov v0.5.4
2026-07-03T10:36:38.9573821Z    Compiling once_cell_polyfill v1.70.2
2026-07-03T10:36:39.0089227Z    Compiling lazy_static v1.5.0
2026-07-03T10:36:39.1234363Z    Compiling regex-automata v0.4.14
2026-07-03T10:36:39.1295514Z    Compiling anstyle v1.0.14
2026-07-03T10:36:39.1370029Z    Compiling bitflags v1.3.2
2026-07-03T10:36:39.1539181Z    Compiling shared_library v0.1.9
2026-07-03T10:36:39.2185260Z    Compiling nix v0.25.1
2026-07-03T10:36:39.3419099Z    Compiling ctutils v0.4.2
2026-07-03T10:36:39.3717112Z    Compiling papaya v0.2.4
2026-07-03T10:36:39.4129130Z    Compiling anstyle-wincon v3.0.11
2026-07-03T10:36:39.5185747Z    Compiling hkdf v0.12.4
2026-07-03T10:36:39.5438160Z    Compiling filedescriptor v0.8.3
2026-07-03T10:36:39.6175601Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-03T10:36:39.7152225Z    Compiling serial v0.4.0
2026-07-03T10:36:39.9255203Z    Compiling anstyle-parse v1.0.0
2026-07-03T10:36:39.9595884Z    Compiling backon v1.6.0
2026-07-03T10:36:39.9746450Z    Compiling anstyle-query v1.1.5
2026-07-03T10:36:39.9930127Z    Compiling vte_generate_state_changes v0.1.2
2026-07-03T10:36:40.1167536Z    Compiling wmi v0.18.4
2026-07-03T10:36:40.1198793Z    Compiling schemars v1.2.1
2026-07-03T10:36:40.2551719Z    Compiling colorchoice v1.0.5
2026-07-03T10:36:40.2974452Z    Compiling foldhash v0.1.5
2026-07-03T10:36:40.3799836Z    Compiling shell-words v1.1.1
2026-07-03T10:36:40.4306007Z    Compiling paste v1.0.15
2026-07-03T10:36:40.4874316Z    Compiling is_terminal_polyfill v1.70.2
2026-07-03T10:36:40.5476316Z    Compiling downcast-rs v1.2.1
2026-07-03T10:36:40.5827878Z    Compiling instability v0.3.12
2026-07-03T10:36:40.6537358Z    Compiling toml v0.8.23
2026-07-03T10:36:40.6852295Z    Compiling portable-pty v0.8.1
2026-07-03T10:36:40.7045860Z    Compiling anstream v1.0.0
2026-07-03T10:36:41.2434561Z    Compiling vte v0.13.1
2026-07-03T10:36:41.2576895Z    Compiling hashbrown v0.15.5
2026-07-03T10:36:41.7079933Z    Compiling regex v1.12.3
2026-07-03T10:36:41.8415664Z    Compiling spake2 v0.4.0
2026-07-03T10:36:42.0366367Z    Compiling portmapper v0.16.0
2026-07-03T10:36:42.1499756Z    Compiling spt-runtime v0.22.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-07-03T10:36:42.1576592Z    Compiling strum_macros v0.26.4
2026-07-03T10:36:42.2642410Z    Compiling darling_macro v0.23.0
2026-07-03T10:36:42.3424709Z    Compiling crossterm_winapi v0.9.1
2026-07-03T10:36:42.4534320Z    Compiling itertools v0.13.0
2026-07-03T10:36:42.4991993Z    Compiling terminal_size v0.4.4
2026-07-03T10:36:42.7775204Z    Compiling sha1 v0.10.6
2026-07-03T10:36:42.9458208Z    Compiling castaway v0.2.4
2026-07-03T10:36:42.9567636Z    Compiling recvmsg v1.0.0
2026-07-03T10:36:42.9723984Z    Compiling darling v0.23.0
2026-07-03T10:36:43.1607292Z    Compiling doctest-file v1.1.1
2026-07-03T10:36:43.1608487Z    Compiling static_assertions v1.1.0
2026-07-03T10:36:43.2950703Z    Compiling unicode-width v0.1.14
2026-07-03T10:36:43.3197161Z    Compiling indoc v2.0.7
2026-07-03T10:36:43.3761082Z    Compiling clap_lex v1.1.0
2026-07-03T10:36:43.4756141Z    Compiling compact_str v0.8.2
2026-07-03T10:36:43.6596827Z    Compiling clap_builder v4.6.0
2026-07-03T10:36:43.8048533Z    Compiling crossterm v0.28.1
2026-07-03T10:36:43.8333094Z    Compiling interprocess v2.4.2
2026-07-03T10:36:44.2601789Z    Compiling unicode-truncate v1.1.0
2026-07-03T10:36:44.3288303Z    Compiling spt-term v0.22.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-07-03T10:36:44.3414728Z    Compiling lru v0.12.5
2026-07-03T10:36:44.5763452Z    Compiling clap_derive v4.6.1
2026-07-03T10:36:44.6026116Z    Compiling cassowary v0.3.0
2026-07-03T10:36:44.6686395Z    Compiling strum v0.26.3
2026-07-03T10:36:44.6923073Z    Compiling error-code v3.3.2
2026-07-03T10:36:44.7205601Z    Compiling unicode-width v0.2.0
2026-07-03T10:36:44.9332834Z    Compiling spt-live v0.22.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-07-03T10:36:44.9352713Z    Compiling clipboard-win v5.4.1
2026-07-03T10:36:45.0400354Z    Compiling nucleo-matcher v0.3.1
2026-07-03T10:36:45.0738238Z    Compiling qrcode v0.14.1
2026-07-03T10:36:45.1316605Z    Compiling tempfile v3.27.0
2026-07-03T10:36:45.4376774Z    Compiling ratatui v0.29.0
2026-07-03T10:36:46.8972473Z    Compiling clap v4.6.1
2026-07-03T10:36:57.8953763Z    Compiling rustls-webpki v0.103.13
2026-07-03T10:37:00.2124984Z    Compiling tokio-rustls v0.26.4
2026-07-03T10:37:00.2125486Z    Compiling rustls-platform-verifier v0.7.0
2026-07-03T10:37:00.2125777Z    Compiling noq-proto v0.17.0
2026-07-03T10:37:00.3604935Z    Compiling hyper-rustls v0.27.9
2026-07-03T10:37:00.3605444Z    Compiling hickory-net v0.26.0-beta.4
2026-07-03T10:37:00.3605930Z    Compiling tokio-websockets v0.13.2
2026-07-03T10:37:00.5203458Z    Compiling reqwest v0.13.4
2026-07-03T10:37:01.4702921Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-03T10:37:18.5273059Z    Compiling spt-net v0.22.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-07-03T10:37:20.2764064Z    Compiling spt-daemon v0.22.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-07-03T10:37:31.2357855Z    Compiling spt v0.22.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-07-03T10:37:42.8325082Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 54s
2026-07-03T10:37:42.8667807Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-39a8c220a1ee3d92.exe)
2026-07-03T10:37:42.9826902Z 
2026-07-03T10:37:42.9827363Z running 1 test
2026-07-03T10:37:50.6263874Z test new_brain_serves_against_old_broker ... ok
2026-07-03T10:37:50.6274918Z 
2026-07-03T10:37:50.6301895Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.64s
2026-07-03T10:37:50.6302392Z 
